home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / contents / scripts / tcsh < prev    next >
Text File  |  1997-06-06  |  191b  |  9 lines

  1. if fgrep tcsh etc/shells 1> /dev/null 2> /dev/null ; then
  2.  GOOD=y
  3. else
  4.  echo "/bin/tcsh" >> etc/shells
  5.  echo "/bin/csh" >> etc/shells
  6. fi
  7. ( cd bin ; rm -rf csh )
  8. ( cd bin ; ln -sf  tcsh csh )
  9.